Видео с ютуба Peter Cordes
Vienna / Wien in March 1939
HIGHLANDS | a journeys video diary
How to run bitwise OR on big vectors of u64 in the most performant manner?
Peter Mieg - Concerto pour flûte et orchestre à cordes (1962)
Retrocomputing: Was there a different 64-bit design for x86 from Intel?
Using = operator on atomic variable?
Is synchronization relationship necessary to avoid the duplicate invocation of a function?
Converting u64 to f64 between 0..1
Why do none of the major compilers optimize this conditional store that checks if the value is al...
#lessing20 - Vision Menschmaschine - Vortrag Dr. Peter Cordes
Cordes Classiques and Elzbieta Baklarz play Peter Tchaikovsky (harfa, kwartet)
Is it necessary to call load() before compare_exchange_strong()?
Can I read a CPU x86 flag to determine if prefetched data has arrived in the L1 cache?
What exactly makes Compare-and-swap (CAS) loop a better choice in highly concurrent environment?
Why are functions b and f called *twice* in this code after b overwrites its return address with ...
How to run bitwise OR on big vectors of u64 in the most performant manner?
Can Intel Optane memory compensate for less RAM?
Why is a function that only returns a stateful lambda compiled down to any assembly at all?
Fastest way to perform an atomic read in this *very* specific situation?
Why does C#'s Thread.MemoryBarrier() use "lock or" instead of mfence?